home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00245_Script_245 < prev    next >
Text File  |  2001-04-13  |  143b  |  11 lines

  1. on mousedown
  2.   btnDown
  3. end
  4. on mouseUp
  5.   btnUp
  6.     tell the stage to goTo 1,"index"
  7. end
  8. on MouseEnter
  9.   
  10.   sprite(100).visible = 1
  11. end